home *** CD-ROM | disk | FTP | other *** search
/ Amiga Packmags / NewsFlash - Issue 08 (1990-02)(UGA - NewsFlash UK)(Disk 2 of 2)[bootable].zip / NewsFlash - Issue 08 (1990-02)(UGA - NewsFlash UK)(Disk 2 of 2)[bootable].adf / s / startup-sequence < prev   
Text File  |  1996-12-24  |  1KB  |  24 lines

  1.                        ; SUPPORT DISK -1- STARTUP SEQUENCE  Martyn/N.U.K.
  2.                        
  3. vhunt                  ; Check for Virii
  4.  
  5. off                    ; Make everything go Black!
  6.  
  7. df0:c/ff siesta.font
  8.                        ; Select the new font and speed text up                       
  9. border off             ; Removes the border line and opens a full screen                   
  10.                        ; The following turns the CLI colours off - neat!
  11. echo "›0 p"
  12.                        ; That echo has special codes and unfortunatly will
  13.                        ; not be shown by the text viewer so you will have
  14.                        ; to look at the startup-sequence in an editor more
  15.                        ; closely..
  16.                        
  17.                        ; Now the main bits.... 
  18.                        
  19. set devs/system-configuration
  20. TYPE message           ; Displays the text file called MESSAGE
  21.  
  22. powermenu              ; Enable the fine menu-system created by Nico Francois.
  23.  
  24.